.reveal h1 {
    font-size: 2.5em;
}

.reveal h2 {
    font-size: 2em;
}

.reveal h1, .reveal h2, .reaveal h3 {
    font-weight: normal;
}

.reveal {
    font-size: 30px;
}

.reveal table th, .reveal table td {
    text-align: center;
    border: 1px solid white;
}

.reveal pre {
    width: 75%;
    border: none;
    box-shadow: none;
}

.reveal pre code {
    background-color: #7a8082;
    border-style: solid;
    border-color: #919191;
    border-width: 3px;
    box-shadow: 0px 10px 10px #3a3a3a;
    padding: 30px;
    border-radius: 20px;
    max-heigh: 1000px;
}

.reveal .slides .slide-footer {
    font-size: 16px;
    position: fixed;
    bottom: 0;
    left:0;
}
